home *** CD-ROM | disk | FTP | other *** search
/ Magic Games / Magic Games (NMV)(1995).iso / textris / catalog.txt < prev    next >
Text File  |  1995-04-21  |  13KB  |  284 lines

  1.                             Thomas G. Hanlin III
  2.                          3544 E. Southern Ave. #104
  3.                                Mesa, AZ 85204
  4.  
  5.  
  6. This catalog lists files that are included on my registered disk set, which is
  7. available through December 31, 1995. Until then, these items are available on
  8. three 1.44M disks for a total of $11.95 postpaid. After December 31, 1995, all
  9. mail will be returned, and there will be no further sales or service.
  10.  
  11. Foreign orders must be by international money order, traveler's check, cash,
  12. or otherwise payable directly through a U.S. bank.
  13.  
  14.  
  15. 2MON: Utilities for dual-monitor systems.
  16.  
  17.    Utilities include a clock TSR which runs on the mono display, a utility to
  18.    clear the mono display, and a TSR which remaps the PrintScreen key--
  19.    instead of going to the printer, it copies the color display to the mono
  20.    display. Includes source code.
  21.  
  22.  
  23. AABAS: Affordable Alternative BASIC Library.
  24.  
  25.    This is a good library for people curious about the workings of their
  26.    computer, learning how to use libraries, or interested in writing their own
  27.    assembly language routines for QuickBasic. It is a collection of scores of
  28.    simple BIOS and DOS-related routines written in assembly language. AABAS is
  29.    not as fancy as my other BASIC libraries, but it's quite useful in its own
  30.    right and a great learning tool. Includes source code (MASM 6.0).
  31.  
  32.  
  33. ASMWIZ: The Assembly Wizard's Library.
  34.  
  35.    This is a library of over 175 routines for assembly language. The library
  36.    will work with A86, MASM, OPTASM, and TASM. Only tiny model (.COM format)
  37.    is supported. Routines include text displays (machine-level, BIOS, and
  38.    DOS), graphics (Hercules, CGA, EGA, VGA), number base conversions, long
  39.    integer math, file matching and command-line parsing, pseudo-random number
  40.    generation, countdowns and delays, buffered file support with critical
  41.    error handling, environment scanning, ASCIIZ string functions, keyboard
  42.    support, mouse support, sound generation, control over Break, loading of
  43.    BSAVE-format files, and more. Includes source code (MASM 6.0).
  44.  
  45.  
  46. BASUPD: BASIC Update Library.
  47.  
  48.    This library provides routines for QuickBasic 4.x which mimic new functions
  49.    and commands provided by other Microsoft BASIC compilers, such as PDS 7.x
  50.    and Visual Basic for DOS. These include disk routines and a powerful
  51.    selection of time and date functions. Includes source code (MASM 6.0).
  52.  
  53.  
  54. BASWIZ: The BASIC Wizard's Library.
  55.  
  56.    This is a library for Microsoft BASIC compilers: QuickBasic, PDS, and
  57.    VB/DOS. It contains an equation solver; far string support (even for
  58.    QuickBasic!); powerful file handling, with buffering, critical error
  59.    handling, and sharing support; telecommunications for COM1-COM4; memory
  60.    management and pointers; a powerful virtual windowing system; a high-res
  61.    timer and delay system (accurate to milliseconds); more!
  62.  
  63.    Extensive graphics support is built in. It handles all standard modes: MDA,
  64.    Hercules (no TSR needed), CGA, EGA, VGA, SuperVGA (Tseng 4000 and VESA),
  65.    Epson-compatible dot matrix printers, and HP-compatible laser printers.
  66.    Printer graphics output can be previewed on the display. Special
  67.    non-standard VGA modes are included, providing up to 360x480 graphics in
  68.    256 colors on ordinary VGAs. Fonts, polygons, multi-colored text-- it's all
  69.    in here, and more.
  70.  
  71.    BasWiz math support will handle even the most demanding applications. It
  72.    extends BASIC's own math and provides two other alternatives: fraction math
  73.    and BCD support. With BCD, you can have up to 254 digits! This is no
  74.    minimal four- function BCD package, either. It includes a wide range of
  75.    support, including many trig functions, constants, and conversions. Equally
  76.    good for huge and tiny numbers.
  77.  
  78.    Source code (MASM 6.0 and BASIC) included. Well over a megabyte of sources!
  79.    Great learning tool.
  80.  
  81.  
  82. BCMD: Better Commands for MS-DOS and DR DOS.
  83.  
  84.    BCMD is a set of new and improved DOS commands designed to coexist with
  85.    your existing DOS command processor for total compatibility with your
  86.    existing applications. New utilities include calculators and calendars,
  87.    keyboard enhancers, text file processors, assorted filters, and the ability
  88.    to attach descriptions to files (NDOS and 4DOS compatible), among other
  89.    things. There are many improvements to existing DOS commands as well. For
  90.    example, the BCOPY command allows you to copy many files to many locations,
  91.    with exception specifications:
  92.  
  93.       BCOPY (*.TXT *.DOC) (A: B:) /E README.*
  94.  
  95.    This example copies all .TXT and .DOC files in the current directory,
  96.    except for README files, to both A: and B: drives. You can also specify
  97.    quiet mode, prompting for confirmation, the desired case of filespecs, file
  98.    attributes, "test" mode, and much more. Similar capabilities are included
  99.    in all applicable commands. Help is available for each command by using the
  100.    /? switch, as well as through an online reference.
  101.  
  102.    Source code (MASM 6.0 and Turbo Pascal 6.0) are included. Also requires
  103.    routines from PasWiz and AsmWiz (also included, with full source code).
  104.  
  105.  
  106. BPP: A BASIC PreProcessor.
  107.  
  108.    This utility provides a powerful meta-language for PDS, QuickBasic, Visual
  109.    Basic for DOS, PowerBASIC, and even the QBASIC provided with DOS 5.0. It
  110.    processes your code before the compiler gets to it, allowing conditional
  111.    compilation, underscores within variable names, flexible "include" files
  112.    (which may even contain SUB and FUNCTION definitions), name substitutions,
  113.    and more. C programmers have had preprocessors for years-- now there's one
  114.    for BASIC too!
  115.  
  116.  
  117. EXECOM: EXE-to-COM converter.
  118.  
  119.    Like EXE2BIN, this utility converts .EXE files to .COM files. It's smaller
  120.    and faster, though, as well as offering a few additional conveniences.
  121.  
  122.    Source code (MASM) is included.
  123.  
  124.  
  125. EXETOOL: EXE Tool.
  126.  
  127.    This program examines .EXE files for validity and can tell you whether the
  128.    .EXE was designed for use with Microsoft Windows. If the .EXE file is
  129.    determined to be too long, as it might be if you got it using an older file
  130.    transfer protocol, you are given the option of truncating it to the right
  131.    size.
  132.  
  133.  
  134. IBRARY: Library for the ASIC compiler.
  135.  
  136.    This library is for ASIC 4.0 and later versions. If you haven't seen ASIC,
  137.    it's a shareware BASIC compiler which provides both command-line and
  138.    editor/environment support. It can produce .COM, .EXE, and .OBJ files. For
  139.    more info about ASIC, write its author:
  140.  
  141.       David A. Visti
  142.       80/20 Software
  143.       P.O. Box 2952
  144.       Raleigh, NC 27602-2952
  145.  
  146.    Ibrary contains over 200 routines which add to the ASIC compiler. It
  147.    provides support for the full range of color graphics modes: SCREEN 1, 2,
  148.    7, 8, 9, 11, 12, 13, N0, and N1. The latter two modes are special 256-color
  149.    modes which provide up to 360x480 on standard VGAs! A large set of math
  150.    extensions, equipment detection routines, mouse support, DOS file and
  151.    directory handling, cursor on/off/info, screen save and restore, DOS
  152.    output, string functions, keyboard shift and toggle info, and other
  153.    goodies.
  154.  
  155.    Source code (MASM 6.0) is included.
  156.  
  157.  
  158. KEYCTL: Keyboard Control.
  159.  
  160.    For AT-class machines only (286, 386, 486, etc), this utility allows you to
  161.    speed up your keyboard (or make it less sensitive for kids, etc). You can
  162.    also swap the positions of the CapsLock and Left Ctrl keys, useful for
  163.    civilizing the 101-key "enhanced" keyboard.
  164.  
  165.    Assembly language source code (MASM) is included.
  166.  
  167.  
  168. LIBWIZ: The Library Wizard's *BASIC Library Manager*.
  169.  
  170.    This is a management tool for handling and customizing BASIC libraries. It
  171.    allows ready creation of subsets of existing libraries, automatically
  172.    resolving any interdependencies for you. Tools for updating and extracting
  173.    from libraries are also included.
  174.  
  175.    LibWiz is strongly recommended for my BasWiz and PBClone libraries, due to
  176.    the vast number of routines involved.
  177.  
  178.  
  179. OBJTOOL: OBJ Tool.
  180.  
  181.    This must be the ultimate tool for manipulating .OBJ files. You can select
  182.    files for inclusion or exclusion using wildcards, time, date, and size
  183.    comparisons, and even the results of a search through the .OBJ file. View
  184.    the file's stats, rename publics, externals, and default libraries, delete
  185.    default libraries and languages, check for validity, repair checksum
  186.    errors-- ObjTool has it all. Useful for reducing the size of libraries,
  187.    resolving conflicting routine names, patching .OBJs and just snooping
  188.    around! Includes full BASIC and assembly language source code.
  189.  
  190.  
  191. PASWIZ: The Pascal Wizard's Library.
  192.  
  193.    This is a library for Turbo Pascal and compatibles. It provides input
  194.    handling (keyboard, mouse, and joystick), music, BCD math, archive
  195.    directories, string and math enhancements, and other goodies.
  196.  
  197.    The math routines provide a numeric expression evaluator which allows you
  198.    to convert equations into numbers at run time. The math capabilities of
  199.    Pascal have been expanded significantly with new trig, inverse trig,
  200.    hyperbolic trig, and other functions. For the ultimate in numeric
  201.    precision, BCD math is also provided, allowing you to manipulate numbers of
  202.    up to 254 digits-- not just with the basic four functions, but trig, square
  203.    roots, factorials, constants with hundreds of digits of precision, etc;
  204.    formatted output can be done to your specs. You can place the decimal point
  205.    anywhere you want, so this works equally well with very large and very
  206.    small numbers. String support includes compression, encryption, fuzzy
  207.    comparisons, and other goodies. The music manager works like the BASIC PLAY
  208.    language and BBS "ANSI music". Archive routines allow getting full
  209.    directory info from .ARC, .ARJ, .LZH, .PAK, .ZIP, .ZOO, and self-extracting
  210.    .EXE archives.
  211.  
  212.    Source code (MASM 6.0 and Pascal) provided on registration. Registered
  213.    owners may upgrade to later versions for $10.
  214.  
  215.  
  216. PBBACK: The PB Backwards-Compatible Library.
  217.  
  218.    This library is like my PBClone library, but is compatible with the full
  219.    range of QuickBasic compilers: QB 1.0 - 4.5. It is much easier to set up
  220.    than PBClone but does not support all newer compiler features and offers
  221.    some 300 routines. No printed manual. See the description for PBClone,
  222.    below.
  223.  
  224.  
  225. PBCLON: The PBClone Library.
  226.  
  227.    This is a library for Microsoft BASIC compilers: QuickBasic 4.x, BASCOM and
  228.    PDS, and Visual BASIC for DOS. It is the successor to my old ADVBAS
  229.    library. With over 610 routines, this library covers a little bit of
  230.    everything: mouse and joystick support, SoundBlaster, disk wrangling,
  231.    string mangling, keyboard input, equipment detection, graphics, a wide
  232.    variety of display management, directory searching, text compression,
  233.    viewing archive directories (.ARC, .ARJ, .EXE, .LZH, .PAK, .ZIP, .ZOO),
  234.    matrix math, dates, times and countdowns, sorts, binary searches, graphics,
  235.    and... well, it's hard to describe such a collection other than to say
  236.    "it's probably in here"!
  237.  
  238.    Includes full source code (MASM 6 and BASIC). Nearly two megabytes of
  239.    sources! Great learning tool.
  240.  
  241.  
  242. PBCWIN: The PBClone Windows Library.
  243.  
  244.    This is a DLL for use in programming for Microsoft Windows. It is oriented
  245.    specifically towards Visual Basic, but can be used with other Windows
  246.    languages that support DLLs if you know what you're doing. There are 79
  247.    routines in the first version, including bit manipulation, array
  248.    initialization, PEEK, POKE, and SWAP routines, checksums and CRCs,
  249.    equipment information, string testing, and more.
  250.  
  251.    Includes full source code (MS C 7.0 through Quick C/C++ 1.5).
  252.  
  253.  
  254. QBWIZ: The QuickBasic Wizard's Library.
  255.  
  256.    A collection of routines which allow you to access internal
  257.    variables for QuickBasic 4.x, BASCOM 6.x, and PDS 7.x. You
  258.    can retrieve the screen mode, display adapter type, DEF SEG
  259.    setting, I/O redirection status, current screen colors, and
  260.    many other useful values.
  261.  
  262.  
  263. TEXTRIS: A word game.
  264.  
  265.    Textris is a little like Tetris and a little like Scrabble. Random letters
  266.    fall from the sky. Fit them together to make words for points. Unused
  267.    letters remain behind, cluttering the arena until at last there is no space
  268.    left to build new words. Good spelling practice and addictive fun! Requires
  269.    an EGA, VGA or better display.
  270.  
  271.    Includes dictionary editor and full source code.
  272.  
  273.  
  274. VCLOCK: Video clock TSR.
  275.  
  276.    This tiny TSR provides a running display of the time. You may
  277.    specify screen position, 12 or 24 hours, whether to display
  278.    seconds, the colors to use, and other parameters. Two
  279.    versions are provided-- one for 8088 PCs and one for later
  280.    machines.
  281.  
  282.    Source code (MASM) is included.
  283.  
  284.